This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Mark.Shannon
Recipients Mark.Shannon
Date 2012-01-29.23:31:10
SpamBayes Score 0.0030038734
Marked as misclassified No
Message-id <1327879872.45.0.0954403986846.issue13910@psf.upfronthosting.co.za>
In-reply-to
Content
Changing PyDict_MINSIZE to 4 causes the following failure:

python -m test.test_packaging
...
Traceback (most recent call last):
  File "/home/mark/python/cpython/Lib/runpy.py", line 160, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/home/mark/python/cpython/Lib/runpy.py", line 73, in _run_code
    exec(code, run_globals)
  File "/home/mark/python/cpython/Lib/test/test_packaging.py", line 5, in <module>
    test_main()
  File "/home/mark/python/cpython/Lib/test/support.py", line 1496, in decorator
    return func(*args)
  File "/home/mark/python/cpython/Lib/packaging/tests/__main__.py", line 18, in test_main
    run_unittest(test_loader.discover(start_dir, top_level_dir=top_dir))
  File "/home/mark/python/cpython/Lib/test/support.py", line 1403, in run_unittest
    _run_suite(suite)
  File "/home/mark/python/cpython/Lib/test/support.py", line 1378, in _run_suite
    raise TestFailed(err)
test.support.TestFailed: Traceback (most recent call last):
  File "/home/mark/python/cpython/Lib/packaging/tests/test_create.py", line 168, in test_convert_setup_py_to_cfg
    """))
AssertionError: '[metadata]\nname = pyxfoil\nversion = 0.2\nsummary = Python bindings for the Xf [truncated]... != '[metadata]\nname = pyxfoil\nversion = 0.2\nsummary = Python bindings for the Xf [truncated]...
  [metadata]
  name = pyxfoil
  version = 0.2
  summary = Python bindings for the Xfoil engine
  download_url = UNKNOWN
  home_page = http://www.python-science.org/project/pyxfoil
  maintainer = André Espaze
  maintainer_email = andre.espaze@logilab.fr
  description = My super Death-scription
         |barbar is now on the public domain,
         |ho, baby !

  [files]
  packages = pyxfoil
      babar
      me
  modules = my_lib
      mymodule
  scripts = my_script
      bin/run
  extra_files = Martinique/Lamentin/dady
      Martinique/Lamentin/mumy
      Martinique/Lamentin/sys
      Martinique/Lamentin/bro
      setup.py
      README
-     pyxfoil/fengine.so
      Pom
      Flora
      Alexander
+     pyxfoil/fengine.so

  resources =
      README.rst = {doc}
      pyxfoil.1 = {man}
History
Date User Action Args
2012-01-29 23:31:12Mark.Shannonsetrecipients: + Mark.Shannon
2012-01-29 23:31:12Mark.Shannonsetmessageid: <1327879872.45.0.0954403986846.issue13910@psf.upfronthosting.co.za>
2012-01-29 23:31:11Mark.Shannonlinkissue13910 messages
2012-01-29 23:31:10Mark.Shannoncreate