add thread support based in proposal #398495 by Joseph Winston
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7929 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
ffdad64b32
commit
8839f3dfb0
16 changed files with 337 additions and 37 deletions
|
|
@ -34,6 +34,7 @@ PyString_FromFormat(const char *fmt, ...) {
|
|||
%}
|
||||
%insert(runtime) "swigrun.swg"; /* SWIG API */
|
||||
%insert(runtime) "swigerrors.swg" /* SWIG errors */
|
||||
%insert(runtime) "pythreads.swg"; /* Python thread code */
|
||||
%insert(runtime) "pyapi.swg"; /* Pyton API */
|
||||
%insert(runtime) "pyrun.swg"; /* Python run-time code */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue