2008-12-22 Paul Pluzhnikov <ppluzhnikov@google.com>
* python/python-internal.h (PyEval_ReleaseLock): New define.
This commit is contained in:
parent
ba163c7e44
commit
f2f35b75ff
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2008-12-22 Paul Pluzhnikov <ppluzhnikov@google.com>
|
||||||
|
|
||||||
|
* python/python-internal.h (PyEval_ReleaseLock): New define.
|
||||||
|
|
||||||
2008-12-22 Tom Tromey <tromey@redhat.com>
|
2008-12-22 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
* c-exp.y (ident_tokens): New global.
|
* c-exp.y (ident_tokens): New global.
|
||||||
|
|
|
@ -52,6 +52,7 @@ typedef Py_intptr_t Py_ssize_t;
|
||||||
#define PyEval_InitThreads() 0
|
#define PyEval_InitThreads() 0
|
||||||
#define PyThreadState_Swap(ARG) (ARG)
|
#define PyThreadState_Swap(ARG) (ARG)
|
||||||
#define PyEval_InitThreads() 0
|
#define PyEval_InitThreads() 0
|
||||||
|
#define PyEval_ReleaseLock() 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
struct value;
|
struct value;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue