Date: Fri, 12 Jan 2024 20:39:57 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: maintainer-feedback requested: [Bug 276281] lang/python39 fails to include tzset in time module Message-ID: <bug-276281-21822-9y29Wknaft@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-276281-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-276281-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-python (Nobody) <python@FreeBSD.org> for maintainer-feedback: Bug 276281: lang/python39 fails to include tzset in time module https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276281 --- Description --- This looks like a regression because it worked prior to an upgrade to FreeB= SD 14 and works *everywhere* else (other *BSD's, all Linux variants, etc). kenj@vm10:~/src/pcp/qa$ python3 -c 'from time import tzset' Traceback (most recent call last): File "<string>", line 1, in <module> ImportError: cannot import name 'tzset' from 'time' (unknown location) My python is the bog standard package from FreeBSD 14, namely kenj@vm10:~/src/pcp/qa$ pkg info python3 python3-3_3 Name : python3 Version : 3_3 Installed on : Wed Jan 10 15:40:56 2024 AEDT Origin : lang/python3 Architecture : FreeBSD:14:* Prefix : /usr/local Categories : python lang Licenses :=20 Maintainer : python@FreeBSD.org WWW : https://www.python.org/ Comment : Meta-port for the Python interpreter 3.x Annotations : build_timestamp: 2023-12-23T03:14:23+0000 built_by : poudriere-git-3.4.0 port_checkout_unclean: no port_git_hash : 2b5c95373 ports_top_checkout_unclean: no ports_top_git_hash: 9d5f5f8e2 repo_type : binary repository : FreeBSD
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276281-21822-9y29Wknaft>