In [8]: lr[:] = ((0,0), (0,1), (0,0))
GEOS_ERROR: IllegalArgumentException: Invalid number of points in
LinearRing found 3 - must be 0 or >= 4
---------------------------------------------------------------------------
GEOSException Traceback (most recent call
last)
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25661>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: nobody => sir-sigurd
* status: new => assigned
* needs_docs: => 0
* needs_tests: => 0
* needs_better_patch: => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/25661#comment:1>
* has_patch: 0 => 1
Comment:
PR -- https://github.com/django/django/pull/5538
--
Ticket URL: <https://code.djangoproject.com/ticket/25661#comment:2>
--
Ticket URL: <https://code.djangoproject.com/ticket/25661#comment:3>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"1b598b4b423f7f3b63d523a4cc1e42e5364dd415" 1b598b4b]:
{{{
#!CommitTicketReference repository=""
revision="1b598b4b423f7f3b63d523a4cc1e42e5364dd415"
Fixed #25661 -- Fixed checking number of points during list assignment for
`LinearRing`.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25661#comment:4>
Comment (by Claude Paroz <claude@…>):
In [changeset:"306efc8e454cec9e522fda6528313c689fdf4dfd" 306efc8]:
{{{
#!CommitTicketReference repository=""
revision="306efc8e454cec9e522fda6528313c689fdf4dfd"
[1.9.x] Fixed #25661 -- Fixed checking number of points during list
assignment for `LinearRing`.
Backport of 1b598b4b4 from master.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25661#comment:5>