Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 60a78ab

Browse files
Add a TODO comment.
1 parent ad000ad commit 60a78ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Modules/_xxsubinterpretersmodule.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#endif
77

88
#include "Python.h"
9+
// XXX This module should not rely on internal API.
910
#include "pycore_frame.h"
1011
#include "pycore_pystate.h" // _PyThreadState_GET()
1112
#include "pycore_interpreteridobject.h"

0 commit comments

Comments
 (0)