From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#22533: Python bytecode reproducibility Date: Mon, 14 Jan 2019 14:40:18 +0100 Message-ID: <87sgxvtl19.fsf@elephly.net> References: <20160202051544.GA11744@jasmine> <87bmqfu44s.fsf@fastmail.com> <87606c23bq.fsf@elephly.net> <874llw101c.fsf@elephly.net> <871sgz1wg0.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:46412) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gj2jY-0005Hz-WD for bug-guix@gnu.org; Mon, 14 Jan 2019 08:56:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gj2UD-0005zw-Cr for bug-guix@gnu.org; Mon, 14 Jan 2019 08:41:07 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:59098) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gj2UA-0005z5-Aa for bug-guix@gnu.org; Mon, 14 Jan 2019 08:41:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gj2UA-0004FO-0h for bug-guix@gnu.org; Mon, 14 Jan 2019 08:41:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: =?UTF-8?Q?G=C3=A1bor?= Boskovits Cc: 22533@debbugs.gnu.org Now that we=E2=80=99re using Python 3.7 and this version supports hash-base= d pyc files, is this still an issue? Do we need to do anything to enable hash-based pyc compilation? See: https://docs.python.org/3/whatsnew/3.7.html#pep-552-hash-based-pyc-files https://www.python.org/dev/peps/pep-0552/ --=20 Ricardo