◐ Shell
clean mode source ↗

bpo-38282: Correctly manage the Bluetooth L2CAP socket structure in FreeBSD by pablogsal · Pull Request #16738 · python/cpython

Tested on the FreeBSD CURRENT buildbots:

BEFORE:

Python build finished successfully!
The necessary bits to build these optional modules were not found:
_gdbm                 _tkinter              spwd               
To find the necessary bits, look in setup.py in detect_modules() for the module's name.


The following modules found by detect_modules() in setup.py, have been
built by the Makefile instead, as configured by the Setup files:
_abc                  atexit                pwd                
time                                                           


Failed to build these modules:
_socket                                                        

AFTER

Python build finished successfully!
The necessary bits to build these optional modules were not found:
_gdbm                 _tkinter              spwd               
To find the necessary bits, look in setup.py in detect_modules() for the module's name.


The following modules found by detect_modules() in setup.py, have been
built by the Makefile instead, as configured by the Setup files:
_abc                  atexit                pwd                
time