-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
public and readonly module globals #656
Copy link
Copy link
Open
Milestone
Description
Class attributes can be declared public or readonly for access from Python. It'd be nice to be able to do the same for modules (though it might involve ugly hacks like http://mail.python.org/pipermail/python-list/2007-January/422578.html)
- Robert
Migrated from http://trac.cython.org/ticket/95
Reactions are currently unavailable