mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
pycore_interp.h: Fix comment about pytypedefs.h (#93188)
GH-31527 moved this typedef to `Include/pytypedefs.h`, so this comment should point at the correct location
This commit is contained in:
parent
18ef240a2c
commit
0fc8ac0b0d
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ struct atexit_state {
|
||||||
/* PyInterpreterState holds the global state for one of the runtime's
|
/* PyInterpreterState holds the global state for one of the runtime's
|
||||||
interpreters. Typically the initial (main) interpreter is the only one.
|
interpreters. Typically the initial (main) interpreter is the only one.
|
||||||
|
|
||||||
The PyInterpreterState typedef is in Include/pystate.h.
|
The PyInterpreterState typedef is in Include/pytypedefs.h.
|
||||||
*/
|
*/
|
||||||
struct _is {
|
struct _is {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue