Message390660
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? |
|
Date |
User |
Action |
Args |
2021-04-09 19:47:31 | steve.dower | set | recipients:
+ steve.dower, gregory.p.smith, vstinner, christian.heimes, ned.deily, petr.viktorin, lukasz.langa, pablogsal |
2021-04-09 19:47:31 | steve.dower | set | messageid: <1617997651.29.0.350093261301.issue43725@roundup.psfhosted.org> |
2021-04-09 19:47:31 | steve.dower | link | issue43725 messages |
2021-04-09 19:47:31 | steve.dower | create | |
|