mirror of
https://github.com/python/cpython.git
synced 2026-05-19 10:54:30 -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.