suds-community / suds

Suds is a lightweight SOAP python client for consuming Web Services. A community fork of the jurko fork.
https://suds.readthedocs.io/
GNU Lesser General Public License v3.0
172 stars 54 forks source link

Do not force byte-compilation optimization at level 1 #40

Closed sbraz closed 4 years ago

sbraz commented 4 years ago

This prevented extra-optimized files (level 2, like python -OO) to be created.