mirror of
https://github.com/python/cpython.git
synced 2025-09-01 22:47:59 +00:00
remove ceval timestamp support
This commit is contained in:
parent
ad46443e9d
commit
4fd64b9a6a
9 changed files with 1 additions and 268 deletions
|
@ -98,9 +98,6 @@ PyInterpreterState_New(void)
|
|||
#else
|
||||
interp->dlopenflags = RTLD_LAZY;
|
||||
#endif
|
||||
#endif
|
||||
#ifdef WITH_TSC
|
||||
interp->tscdump = 0;
|
||||
#endif
|
||||
|
||||
HEAD_LOCK();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue