sre_constants MODIFIED CLASS - ERROR

נתי שטרן nsh531 at gmail.com
Fri Jun 24 11:27:33 EDT 2022


I copied  most of the libraries from cython
בתאריך יום ו׳, 24 ביוני 2022, 17:18, מאת Roel Schroeven ‏<
roel at roelschroeven.net>:

> Op 24/06/2022 om 14:14 schreef נתי שטרן:
> > My TARGET  is to bind many code libraries to one Huge code file that
> > works optimally and do optimizations if needed.
> > In this file have code of huge part of falconpy, ALL code of re,
> > argparse, are and many other code libraries
> Don't do that. Sorry, it's just as simple as that. Don't do that. All
> those modules are not designed to put together like that, all their
> namespaces merged together. Don't do it.
> Even if you could eventually get it to work, it would not be any more
> optimal.
>
> If you need more performance, look into things like Pypy or Cython.
>
> --
> "Experience is that marvelous thing that enables you to recognize a
> mistake when you make it again."
>          -- Franklin P. Jones
>
>


More information about the Python-list mailing list