Message 262152 - Python tracker
Message262152
| Author | vstinner |
|---|---|
| Recipients | njs, pitrou, python-dev, vstinner |
| Date | 2016-03-21.22:45:06 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1458600306.42.0.940364619023.issue26588@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
About memory alignment, _Py_HASHTABLE_ENTRY_DATA_AS_VOID_P() macro uses pointer dereference. It may be replaced with _Py_HASHTABLE_ENTRY_READ_DATA() to use memcpy() and avoid memory alignment issue. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-03-21 22:45:06 | vstinner | set | recipients: + vstinner, pitrou, njs, python-dev |
| 2016-03-21 22:45:06 | vstinner | set | messageid: <1458600306.42.0.940364619023.issue26588@psf.upfronthosting.co.za> |
| 2016-03-21 22:45:06 | vstinner | link | issue26588 messages |
| 2016-03-21 22:45:06 | vstinner | create | |