Message223676
| Author | Vitor.de.Lima |
|---|---|
| Recipients | Vitor.de.Lima |
| Date | 2014-07-22.17:24:12 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1406049852.33.0.466915172772.issue22038@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The atomic operations listed in the pyatomic.h header file were implemented only for the x86 architecture, this patch uses the atomic bultins available in GCC >= 4.7 to implement such operations, allowing it to work properly in other platforms. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-07-22 17:24:12 | Vitor.de.Lima | set | recipients: + Vitor.de.Lima |
| 2014-07-22 17:24:12 | Vitor.de.Lima | set | messageid: <1406049852.33.0.466915172772.issue22038@psf.upfronthosting.co.za> |
| 2014-07-22 17:24:12 | Vitor.de.Lima | link | issue22038 messages |
| 2014-07-22 17:24:12 | Vitor.de.Lima | create | |