mirror of
https://github.com/python/cpython.git
synced 2026-05-20 11:23:49 -04:00
ed0a593a10
were two module_methods and the one used depended on the order the modules were loaded. By making the test module_methods static, it is not exported and the correct version is picked up.