Message323150
| Author | jdemeyer |
|---|---|
| Recipients | brett.cannon, eric.snow, erik.bray, jdemeyer, ncoghlan, paul.moore, petr.viktorin, scoder, sth |
| Date | 2018-08-05.13:03:28 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1533474208.22.0.56676864532.issue32797@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> The one possible fly in the ointment is if there are use cases that we need to support where a single .so/.pyd file is built from *multiple* source files, as get_source doesn't allow for that. Yes, we must support that. A cython module may have multiple sources. The simplest solution to solve that would be a new PEP 302 API, something like get_source_from_filename(self, filename) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-08-05 13:03:28 | jdemeyer | set | recipients: + jdemeyer, brett.cannon, paul.moore, ncoghlan, scoder, petr.viktorin, erik.bray, eric.snow, sth |
| 2018-08-05 13:03:28 | jdemeyer | set | messageid: <1533474208.22.0.56676864532.issue32797@psf.upfronthosting.co.za> |
| 2018-08-05 13:03:28 | jdemeyer | link | issue32797 messages |
| 2018-08-05 13:03:28 | jdemeyer | create | |