Message 273702 - Python tracker
Message273702
| Author | christian.heimes |
|---|---|
| Recipients | alex, christian.heimes, dstufft, giampaolo.rodola, gregory.p.smith, janssen, pitrou |
| Date | 2016-08-26.11:16:29 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1472210189.57.0.642372532339.issue27768@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
GPS, I no longer want a general API for CPU cap vector. The ssl module and 3rd party packages are only interested in two properties of the current hardware: are AESNI and PCLMULQDQ instructions available and enabled. I'm pretty sure ctypes won't work on Windows and OSX. The OpenSSL libraries are statically linked into the _ssl binary. The linker optimizer removes all functions that are not used. Somebody could give it a try, though. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-08-26 11:16:29 | christian.heimes | set | recipients: + christian.heimes, gregory.p.smith, janssen, pitrou, giampaolo.rodola, alex, dstufft |
| 2016-08-26 11:16:29 | christian.heimes | set | messageid: <1472210189.57.0.642372532339.issue27768@psf.upfronthosting.co.za> |
| 2016-08-26 11:16:29 | christian.heimes | link | issue27768 messages |
| 2016-08-26 11:16:29 | christian.heimes | create | |