From a84501956f38433ad71d6cb93c698a59104a5db4 Mon Sep 17 00:00:00 2001 From: Moshe Kaplan Date: Thu, 19 Sep 2019 10:09:04 -0400 Subject: [PATCH] PEP-0551: Complete missing end of sentence (#1169) Complete broken sentence, based on content in https://github.com/python/peps/commit/cd795ec53c939e5b40808bb9d7a80c428c85dd52#diff-a370cb418156597b81cb01e582c6f518R438 --- pep-0551.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pep-0551.rst b/pep-0551.rst index f56f4f2d2..0a05271df 100644 --- a/pep-0551.rst +++ b/pep-0551.rst @@ -297,7 +297,10 @@ single buffer and the file is closed. Compilation will later trigger a ``compile`` event, so there is no need to validate the contents now using mechanisms that also apply to dynamically generated code. However, if a whitelist of source files or -file hashes is available, then this is the point +file hashes is available, then other validation mechanisms such as +DeviceGuard [4]_ should be performed here. + + **Restrict globals in pickles**