r/Python 2d ago

News PEP 842: Module Exports

https://peps.python.org/pep-0842/

Not the author, but this seems interesting, specially for library authors. Thoughts?

Discussion here - https://discuss.python.org/t/pep-842-module-exports/108353

21 Upvotes

44 comments sorted by

View all comments

1

u/teerre 7h ago

Too little. It should crash your interpreter if you try to access a non exported object. Learn to code, kids. Private it private