Re: Building the _uuid accelerator module for CPython 3.7

2017-11-26 Thread Charalampos Stratakis
- Original Message - > From: "Nick Coghlan" > To: "Fedora Python SIG" > Sent: Sunday, November 26, 2017 3:52:50 AM > Subject: Building the _uuid accelerator module for CPython 3.7 > > Hi folks, > > If anyone has built the development ve

Building the _uuid accelerator module for CPython 3.7

2017-11-25 Thread Nick Coghlan
Hi folks, If anyone has built the development version of CPython on Fedora in recent weeks you've likely received the following message: ``` The necessary bits to build these optional modules were not found: _uuid ``` This is a consequence of the new uuid accelerator module introduced in https:/