[Checkins] [zopefoundation/Zope] fd15a0: Since Python-3.4 FieldStorage closes its 'self.fil...

GitHub noreply at github.com
Sun Jul 16 18:14:52 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/Zope
  Commit: fd15a019de0eeaf81e893a2d94b0a0c2ad3b99c6
      https://github.com/zopefoundation/Zope/commit/fd15a019de0eeaf81e893a2d94b0a0c2ad3b99c6
  Author: stephan-hof <sh at axiros.com>
  Date:   2017-07-16 (Sun, 16 Jul 2017)

  Changed paths:
    M src/ZPublisher/HTTPRequest.py
    M src/ZPublisher/tests/testHTTPRequest.py

  Log Message:
  -----------
  Since Python-3.4 FieldStorage closes its 'self.file' object when going out of
scope. The Zope request has a reference to this file object, so
Fieldstorage must live as long as the request.


  Commit: 3a6d13f75ba59ee864dd37321260d8ede61eef98
      https://github.com/zopefoundation/Zope/commit/3a6d13f75ba59ee864dd37321260d8ede61eef98
  Author: stephan-hof <sh at axiros.com>
  Date:   2017-07-16 (Sun, 16 Jul 2017)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Install the buildout version as defined in versions.cfg


  Commit: 8b22610e5e486677dccfc05e994abb252a452fbe
      https://github.com/zopefoundation/Zope/commit/8b22610e5e486677dccfc05e994abb252a452fbe
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2017-07-16 (Sun, 16 Jul 2017)

  Changed paths:
    M .travis.yml
    M src/ZPublisher/HTTPRequest.py
    M src/ZPublisher/tests/testHTTPRequest.py

  Log Message:
  -----------
  Merge pull request #153 from zopefoundation/fix-issue-148

Fix usage of FieldStorage.


Compare: https://github.com/zopefoundation/Zope/compare/33ce8dfc3a36...8b22610e5e48


More information about the checkins mailing list