diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-09-10 01:14:38 +0300 |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-09-10 01:14:38 +0300 |
commit | 142aee3a8e49375d405d8696f15f538f104ab78d (patch) | |
tree | a1961d66e2a42db428c2b9502e681f480ee1288b /Python/pystate.c | |
parent | be9a4e5c855188cf146962483e6de942bf154d95 (diff) | |
parent | d8fdffedaa71a260d59ff67400d49be4643b90f0 (diff) | |
download | cpython-git-142aee3a8e49375d405d8696f15f538f104ab78d.tar.gz |
Merge heads
Diffstat (limited to 'Python/pystate.c')
-rw-r--r-- | Python/pystate.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Python/pystate.c b/Python/pystate.c index a0a8c97008..65c244e6f7 100644 --- a/Python/pystate.c +++ b/Python/pystate.c @@ -99,9 +99,6 @@ PyInterpreterState_New(void) interp->dlopenflags = RTLD_LAZY; #endif #endif -#ifdef WITH_TSC - interp->tscdump = 0; -#endif HEAD_LOCK(); interp->next = interp_head; |