mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
remove ceval timestamp support
This commit is contained in:
parent
ad46443e9d
commit
4fd64b9a6a
9 changed files with 1 additions and 268 deletions
|
@ -43,9 +43,6 @@ typedef struct _is {
|
|||
#ifdef HAVE_DLOPEN
|
||||
int dlopenflags;
|
||||
#endif
|
||||
#ifdef WITH_TSC
|
||||
int tscdump;
|
||||
#endif
|
||||
|
||||
PyObject *builtins_copy;
|
||||
PyObject *import_func;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue