This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Dennis Sweeney
Recipients Dennis Sweeney, christian.heimes, eric.snow, maciej.szulik, pablogsal, phsilva, vinay.sajip, vstinner
Date 2021-05-17.05:50:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621230614.37.0.980159458935.issue36876@roundup.psfhosted.org>
In-reply-to
Content
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'''
History
Date User Action Args
2021-05-17 05:50:14Dennis Sweeneysetrecipients: + Dennis Sweeney, vinay.sajip, vstinner, christian.heimes, phsilva, eric.snow, maciej.szulik, pablogsal
2021-05-17 05:50:14Dennis Sweeneysetmessageid: <1621230614.37.0.980159458935.issue36876@roundup.psfhosted.org>
2021-05-17 05:50:14Dennis Sweeneylinkissue36876 messages
2021-05-17 05:50:14Dennis Sweeneycreate