sre_constants MODIFIED CLASS - ERROR

Dennis Lee Bieber wlfraed at ix.netcom.com
Fri Jun 24 14:19:00 EDT 2022


On Fri, 24 Jun 2022 15:14:50 +0300, ??? ???? <nsh531 at gmail.com> declaimed
the following:

>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
>
>This code file is contained 10k lines of python code
>

	Which means any program that just uses regular expressions has to
import, parse, and byte-code compile all 10K lines.

	There is a reason Python doesn't make super all-in-one libraries.


-- 
	Wulfraed                 Dennis Lee Bieber         AF6VN
	wlfraed at ix.netcom.com    http://wlfraed.microdiversity.freeddns.org/


More information about the Python-list mailing list