Über Open CoDE Software Wiki Diskussionen Gitlab

Skip to content

Fixed the names of module constants with a double underscore to avoid polluting the namespace.

Ahmad Tahir requested to merge fixing-module-constant-names into main

Changed the names of module 'common.py' constants with double underscore. Any names with double underscore are placed with the module name appended in the symbol table, thus avoiding conflicts.

Merge request reports