featurehelp wanted
描述
The namedtuple implementation accesses to the caller's frame to find the module that should define the class (for pickling). Cython does not provide frames by default for performance reasons. Performance is not an issue for the module init function, though, so always providing a frame at module init time would enable some use cases without any real drawbacks.