[Python-3000] Implementing Abstract Interface for Numbers (original) (raw)
Rob Crowther weilawei at gmail.com
Thu Sep 20 02:34:23 CEST 2007
- Previous message: [Python-3000] New io system and binary data
- Next message: [Python-3000] Implementing Abstract Interface for Numbers
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
This is the documentation for PyNumberMethods right now.
PyNumberMethods *tp_as_number; XXX
I've managed to wrap GNU MP floats and add rich comparisons, but there's a sore lack of documentation on how to implement the Number interface. Given a bit of pointers on where to look, an alpha version of this extension will be available tomorrow, most likely.
Thanks for the help.
Rob -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/python-3000/attachments/20070919/20259ca7/attachment-0001.htm
- Previous message: [Python-3000] New io system and binary data
- Next message: [Python-3000] Implementing Abstract Interface for Numbers
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]