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 steve.dower
Recipients christian.heimes, gregory.p.smith, lukasz.langa, ned.deily, pablogsal, petr.viktorin, steve.dower, vstinner
Date 2021-04-09.19:47:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617997651.29.0.350093261301.issue43725@roundup.psfhosted.org>
In-reply-to
Content
I got a false positive on my PR at https://github.com/python/cpython/pull/25318/checks?check_run_id=2308871807

1 Changed variable:

  [C]'const unsigned char[45154] const _Py_M__importlib_bootstrap_external' was changed to 'const unsigned char[43681] const _Py_M__importlib_bootstrap_external' at importlib_external.h:2:1:
    size of symbol changed from 45154 to 43681
    type of variable changed:
     'const unsigned char[45154] const' changed to 'const unsigned char[43681] const'


Is there an option to exclude array lengths? Or to treat the API as just a pointer rather than an array?
History
Date User Action Args
2021-04-09 19:47:31steve.dowersetrecipients: + steve.dower, gregory.p.smith, vstinner, christian.heimes, ned.deily, petr.viktorin, lukasz.langa, pablogsal
2021-04-09 19:47:31steve.dowersetmessageid: <1617997651.29.0.350093261301.issue43725@roundup.psfhosted.org>
2021-04-09 19:47:31steve.dowerlinkissue43725 messages
2021-04-09 19:47:31steve.dowercreate