Refactoring the old “glBufferData” call Now we can implement GLK2BufferObject.m, and remove the hard-coded numbers from our previous source code: GLK2BufferObject.m: [objc] … -(void) upload:(void *) dataArray numItems:(int) count usageHint:(GLenum) usage { NSAssert(self.bytesPerItem...
bpo-31429: The default cipher suite selection of the ssl module now uses a blacklist approach rather than a hard-coded whitelist. Python no longer re-enables ciphers that have been blocked by OpenSSL security update. Default cipher suite selection can be configured on compile time. bpo-30306:...