[Python-Dev] SF patch 864863: Bisect C implementation (original) (raw)
Raymond Hettinger raymond.hettinger at verizon.net
Tue Dec 30 20:40:12 EST 2003
- Previous message: [Python-Dev] feedback on Enum class
- Next message: [Python-Dev] SF patch 864863: Bisect C implementation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Dmitry Vasiliev has submitted a C implementation for the bisect module.
My thoughts are to accept it with the following changes:
- leave the original code intact for teaching purposes
- import the C version from _bisect
- make sure the C code is not list specific and will work with any container supporting len(), getitem(), and insert().
Do you guys have any objections?
Raymond Hettinger
- Previous message: [Python-Dev] feedback on Enum class
- Next message: [Python-Dev] SF patch 864863: Bisect C implementation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]