[issue36876] [subinterpreters] Global C variables are a problem

Dennis Sweeney report at bugs.python.org
Mon May 17 01:50:14 EDT 2021


Dennis Sweeney <sweeney.dennis650 at gmail.com> added the comment:

I'm getting the following FutureWarning on a certain regular expression. I think it just needs "[]" to become "\[\]".

0:05:36 load avg: 0.00 [ 53/427] test_check_c_globals
...\Tools\c-analyzer\c_common\tables.py:236: FutureWarning: Possible nested set at position 12
  _COLSPEC_RE = re.compile(textwrap.dedent(r'''

----------
nosy: +Dennis Sweeney

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36876>
_______________________________________


More information about the Python-bugs-list mailing list