notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: lang/python37/files/patch-issue40422_issue40423

Number of commits found: 2

Tuesday, 27 Jun 2023
19:07 Rene Ladan (rene) search for other commits by this committer
lang/python37: remove expired port

Manual commit as the previous commit broke some Makefile logic.
commit hash: 12f5a11b04257b5874f4abe8a659ee9afa1ba676 commit hash: 12f5a11b04257b5874f4abe8a659ee9afa1ba676 commit hash: 12f5a11b04257b5874f4abe8a659ee9afa1ba676 commit hash: 12f5a11b04257b5874f4abe8a659ee9afa1ba676 12f5a11
Wednesday, 14 Oct 2020
18:09 kevans search for other commits by this committer
lang/python3{6,7,8,9}: Backport close_range patches

Worked out over BPO-40422 and BPO-40423, this is the culmination of months
of work to coordinate with Linux and get close_range(2) added to FreeBSD,
then the usage accepted into CPython. It has landed for Python 3.10 and here
I've backported it locally to all the supported Python 3 versions we have.

Note that this does include and supercede our previous closefrom(2) patches.
There was a lot of intersection between the work done, so this patch against
the ports tree does remove those patches from each of the ports in favor of
this patch. All the patches involved have been accepted and merged upstream.

This patch will bring a performance boost in some more situations on 12.2
and 13.0, as close_range exists there.

There is one additional patch sitting in an upstream PR that shuffles the
_Py_closerange implementation into a different file -- this is not important
for the backport, and the absence of that patch here will not realistically
cause any issues.

PR:		250322
Approved by:	lwhsu (python)
Original commitRevision:552351 

Number of commits found: 2