Amaury Forgeot d'Arc <amaur...@gmail.com> added the comment:

Some remarks:

- From the docs, I could not understand the difference between 
sys.implementation.version and sys.version_info.  When can they differ?

- _PyNamespace_New should be a public API function.  From Python code, 
SimpleNamespace is public.

- I agree that _PyNamespace_Type could stay private (it's an implementation 
detail), in this case PyAPI_DATA is not necessary.

- SimpleNamespace should support weak references.

----------
nosy: +amaury.forgeotdarc

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14673>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to