[Python-Dev] Bugs in thread_nt.h
"Martin v. Löwis"
martin at v.loewis.de
Thu Mar 10 16:39:57 CET 2011
More information about the Python-Dev mailing list
Thu Mar 10 16:39:57 CET 2011
- Previous message: [Python-Dev] Bugs in thread_nt.h
- Next message: [Python-Dev] Bugs in thread_nt.h
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Am 10.03.11 07:55, schrieb Neil Hodgson: > Martin v. Löwis: > >> I guess all this advice doesn't really apply to this case, though. >> The Microsoft API declares the parameter as a volatile*, indicating >> that they consider it "proper" usage of the API to declare the storage >> volatile. > > The 'volatile' here is a modifier on the parameter and does not > require a corresponding agreement in the variable declaration. I see. So then we don't need to make any changes. Regards, Martin
- Previous message: [Python-Dev] Bugs in thread_nt.h
- Next message: [Python-Dev] Bugs in thread_nt.h
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list