[New-bugs-announce] [issue25137] Behavioral change / regression? with nested functools.partial

Markus Holtermann report at bugs.python.org
Wed Sep 16 03:36:32 CEST 2015


New submission from Markus Holtermann:

Since #7830 nested partials are flattened. This is a behavioral change that causes a test failure in Django because we use nested partials to resolve relationships between models: https://github.com/django/django/pull/4423#issuecomment-138996095

In my opinion this is a regression since there's no way to turn off the new behavior.

----------
components: Library (Lib)
messages: 250814
nosy: MarkusH, belopolsky
priority: normal
severity: normal
status: open
title: Behavioral change / regression? with nested functools.partial
type: behavior
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25137>
_______________________________________


More information about the New-bugs-announce mailing list