Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
fb662972
Commit
fb662972
authored
Jun 20, 2005
by
Michael W. Hudson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a(nother) warning about mixing Py_NewInterpreter and the
PyGILState_* functions.
parent
7390942a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
Doc/api/init.tex
Doc/api/init.tex
+6
-0
No files found.
Doc/api/init.tex
View file @
fb662972
...
...
@@ -131,6 +131,12 @@
objects may affect the wrong (sub-)interpreter's dictionary of
loaded modules. (XXX This is a hard-to-fix bug that will be
addressed in a future release.)
Also note that the use of this functionality is incompatible with
extension modules such as PyObjC and ctypes that use the
\cfunction
{
PyGILState
_
*
}
APIs (and this is inherent in the way the
\cfunction
{
PyGILState
_
*
}
functions work). Simple things may work,
but confusing behavior will always be near.
\end{cfuncdesc}
\begin{cfuncdesc}
{
void
}{
Py
_
EndInterpreter
}{
PyThreadState *tstate
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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