chiark
/
gitweb
/
~mdw
/
mLib-python
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Extract Subversion ignore data.
[mLib-python]
/
defs.pxi
diff --git
a/defs.pxi
b/defs.pxi
index c579c1d69d1b994fddcb67c73dde14d0fc1e2c6f..10502f7fbba7b987283c5dee02534298b84cd400 100644
(file)
--- a/
defs.pxi
+++ b/
defs.pxi
@@
-94,9
+94,6
@@
cdef extern from 'Python.h':
object PyInt_FromLong(long i)
object PyLong_FromUnsignedLong(unsigned long i)
- void PyEval_AcquireLock()
- void PyEval_ReleaseLock()
-
ctypedef struct PyObject:
pass
ctypedef struct PyTypeObject: