[issue28147] Unbounded memory growth resizing split-table dicts

2016-12-07 Thread INADA Naoki
INADA Naoki added the comment: Which revision should I make patch based on? 3.6 branch? or 3.6rc1 tag? After 3.6rc1 is tagged, I pushed optimization which contains same one line change. https://hg.python.org/cpython/rev/d03562dcbb82 -#define ESTIMATE_SIZE(n) (((n)*3) >> 1) +#define ESTIMATE_

[issue28147] Unbounded memory growth resizing split-table dicts

2016-12-07 Thread Ned Deily
Ned Deily added the comment: Just follow the normal 3.6 branch which will ensure it gets into 3.6.1. If we end up deciding to also add it to 3.6.0 final, I will handle the cherrypicking. -- ___ Python tracker ___

[issue28900] update 'docs for other versions'

2016-12-07 Thread Matthias v/d Meent
New submission from Matthias v/d Meent: The 'docs for other versions' links in the sidebar of docs.python.org do not link to 3.5 in both the 3.6 and 3.7 docs. As I didn't find any docs guidelines, I presume this is an error and should be fixed. A link to the Python 3.6 docs should get added un

[issue28900] update 'docs for other versions'

2016-12-07 Thread Ned Deily
Ned Deily added the comment: Links to 3.5, 3.6, and dev (future 2.7) docs are available in the pulldown menu above the Download sidebar. Does that work for you? -- nosy: +ned.deily ___ Python tracker

[issue28900] update 'docs for other versions'

2016-12-07 Thread Matthias v/d Meent
Matthias v/d Meent added the comment: Yes, they do work. It's just that the links to 3.5 are missing in the sidebar of 3.6 and 3.7. The docs are still reachable though. -- ___ Python tracker __

[issue28900] update 'docs for other versions'

2016-12-07 Thread Ned Deily
Ned Deily added the comment: OK, I see what needs to be changed. Thanks for the reminder! -- assignee: docs@python -> ned.deily priority: normal -> release blocker stage: -> needs patch ___ Python tracker ___

[issue28900] update 'docs for other versions'

2016-12-07 Thread Ned Deily
Ned Deily added the comment: Thanks but I'm almost done, Mariatta. The most important part is ensuring PEP 101 is correct. -- ___ Python tracker ___

[issue28900] update 'docs for other versions'

2016-12-07 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: If it's ok, I'd like to work on a patch for this :) -- nosy: +Mariatta ___ Python tracker ___ ___ P

[issue28900] update 'docs for other versions'

2016-12-07 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: No prob. Thanks, Ned. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue28900] update 'docs for other versions'

2016-12-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset e414fb1640e0 by Ned Deily in branch '2.7': Issue #28900: Update documentation sidebar for 3.6.0rc. https://hg.python.org/cpython/rev/e414fb1640e0 New changeset d350fc4d78ff by Ned Deily in branch '3.5': Issue #28900: Update documentation sidebar for

[issue28900] update 'docs for other versions'

2016-12-07 Thread Ned Deily
Ned Deily added the comment: With the above changes, the sidebar should get updated for the current 2.7, 3.5, 3.6, and 3.7 front pages within the next 24 hours. I'm leaving this open as a "release blocker" as a reminder to go back and update them all again once 3.6.0 final happens. I've also

[issue28901] Embedded Release interactive mode documentation

2016-12-07 Thread Matthias v/d Meent
New submission from Matthias v/d Meent: The Windows Embedded release (at least the x86_64 version) does not include the usual helper functions (exit, help, ...) when run interactively (~ python.exe). This is not documented at the docs of Windows Embedded release, which might mean that this is

[issue28902] 3.6.0rc1 installer fails to install / uninstall.

2016-12-07 Thread Decorater
New submission from Decorater: When installing python 3.6.0rc1 it errors saying that it cannot find python.dll in cab1.cab (or some sort of file name similar to that) which it would obviously not exist. and then when I try to uninstall it it will fail saying 3.6 is not installed but not check

[issue28902] 3.6.0rc1 installer fails to install / uninstall.

2016-12-07 Thread Decorater
Changes by Decorater : -- type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue28898] Can't compile gdb with Python 3.6

2016-12-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4745d801cae2 by Benjamin Peterson in branch '3.6': guard HAVE_LONG_LONG definition to prevent redefinition (#28898) https://hg.python.org/cpython/rev/4745d801cae2 New changeset 1afc3f4f5502 by Benjamin Peterson in branch 'default': merge 3.6 (#28898

[issue28898] Can't compile gdb with Python 3.6

2016-12-07 Thread Benjamin Peterson
Benjamin Peterson added the comment: I think we should take this for 3.6. -- assignee: -> ned.deily nosy: +ned.deily priority: normal -> release blocker ___ Python tracker ___ _

<    1   2