Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
027594e1
Commit
027594e1
authored
Jan 31, 2014
by
Paul Sokolovsky
Browse files
Typo fixes in comments.
parent
c92a56dc
Changes
2
Hide whitespace changes
Inline
Side-by-side
py/objexcept.c
View file @
027594e1
...
...
@@ -12,8 +12,8 @@
#include
"objtuple.h"
// This is unified class for C-level and Python-level exceptions
// Python-level exception have empty ->msg and all arguments are in
// args tuple. C-level except
t
ion likely have ->msg and args is empty.
// Python-level exception
s
have empty ->msg and all arguments are in
// args tuple. C-level exception
s
likely have ->msg
set,
and args is empty.
typedef
struct
mp_obj_exception_t
{
mp_obj_base_t
base
;
mp_obj_t
traceback
;
// a list object, holding (file,line,block) as numbers (not Python objects); a hack for now
...
...
tests/basics/int-small.py
View file @
027594e1
# This test small int range for 32-bit machine
# This test
s
small int range for 32-bit machine
a
=
0x3fffff
print
(
a
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment