Message291647
| Author | jdemeyer |
|---|---|
| Recipients | jdemeyer, scoder |
| Date | 2017-04-14.11:34:53 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1492169694.13.0.728047753298.issue30071@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Python is supposed to encourage duck-typing, but the "inspect" module doesn't follow this advice. A particular problem is that Cython functions are not recognized by the inspect module to be functions: http://cython.readthedocs.io/en/latest/src/userguide/limitations.html#inspect-support |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-04-14 11:34:54 | jdemeyer | set | recipients: + jdemeyer, scoder |
| 2017-04-14 11:34:54 | jdemeyer | set | messageid: <1492169694.13.0.728047753298.issue30071@psf.upfronthosting.co.za> |
| 2017-04-14 11:34:54 | jdemeyer | link | issue30071 messages |
| 2017-04-14 11:34:53 | jdemeyer | create | |