diff options
author | Eric Snow <ericsnowcurrently@gmail.com> | 2017-09-14 00:35:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-14 00:35:58 -0700 |
commit | dae0276bb6bc7281d59fb0b8f1aab31634ee80dc (patch) | |
tree | d36e7b49ee6ef1cdb2a2384be568c8d28a7b0bb0 /Include/pystate.h | |
parent | 93c92f7d1dbb6e7e472f1d0444c6968858113de2 (diff) | |
download | cpython-git-dae0276bb6bc7281d59fb0b8f1aab31634ee80dc.tar.gz |
bpo-30860: Fix a refleak. (#3567)
Resolves bpo-31420.
(This was accidentally reverted when in #3565.)
Diffstat (limited to 'Include/pystate.h')
-rw-r--r-- | Include/pystate.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Include/pystate.h b/Include/pystate.h index 0906114460..507a598297 100644 --- a/Include/pystate.h +++ b/Include/pystate.h @@ -61,8 +61,6 @@ typedef struct _is { /* Used in Python/sysmodule.c. */ int check_interval; - PyObject *warnoptions; - PyObject *xoptions; /* Used in Modules/_threadmodule.c. */ long num_threads; |