comparison python/pydc/README.txt @ 59:2725de59454a

- fixed potentially uninitialized ptr - added todo item to release GIL under certain circumstances
author Tassilo Philipp
date Tue, 22 Jun 2021 18:49:02 +0200
parents 80b11152c659
children 8e905c0798c7
comparison
equal deleted inserted replaced
58:e4bf6e44fbf5 59:2725de59454a
133 133
134 - calling convention mode handling for callbacks (not sure if ever needed?) 134 - calling convention mode handling for callbacks (not sure if ever needed?)
135 - pydoc "man page" 135 - pydoc "man page"
136 - stub location: the pydc-stubs folder isn't picked up by mypy, so I question why this is the suggested way 136 - stub location: the pydc-stubs folder isn't picked up by mypy, so I question why this is the suggested way
137 - get into freebsd ports 137 - get into freebsd ports
138 - releasing GIL when calling into C code (*only* when none of the arguments is a mutable buffer, though)
138 139
139 140
140 BUGS 141 BUGS
141 ==== 142 ====
142 143