sre_constants MODIFIED CLASS - ERROR
נתי שטרן
nsh531 at gmail.com
Sat Jun 25 14:51:49 EDT 2022
correction:
This is CPYTHON * and not * CYTHON
https://github.com/python/cpython/blob/3.10/Lib/sre_constants.py
בתאריך שבת, 25 ביוני 2022 ב-3:27 מאת Dennis Lee Bieber <
wlfraed at ix.netcom.com>:
> On Fri, 24 Jun 2022 18:27:33 +0300, ??? ???? <nsh531 at gmail.com> declaimed
> the following:
>
> >I copied most of the libraries from cython
>
> I doubt that... cython is a specialized Python COMPILER system.
> "CPython" is the common interpreted Python language (implemented in C), and
> is the most likely source of the packages you are mongrelizing..
>
> https://cython.org/
> """
> Cython is an optimising static compiler for both the Python programming
> language and the extended Cython programming language (based on Pyrex). It
> makes writing C extensions for Python as easy as Python itself.
> """
> """
> The Cython language is a superset of the Python language that additionally
> supports calling C functions and declaring C types on variables and class
> attributes. This allows the compiler to generate very efficient C code from
> Cython code. The C code is generated once and then compiles with all major
> C/C++ compilers in CPython 2.6, 2.7 (2.4+ with Cython 0.20.x) as well as
> 3.3 and all later versions.
> """
>
>
> --
> Wulfraed Dennis Lee Bieber AF6VN
> wlfraed at ix.netcom.com
> http://wlfraed.microdiversity.freeddns.org/
> --
> https://mail.python.org/mailman/listinfo/python-list
>
--
<https://netanel.ml>
More information about the Python-list
mailing list