Thriftpy / thriftpy2

Pure python approach of Apache Thrift.
MIT License
575 stars 92 forks source link

Allow parser.load_fp without module_name #292

Open aisk opened 3 months ago

aisk commented 3 months ago

Just like parser.load, allow omitting the module_name to prevent polluting the global sys.modules.