Re: [Django] #30215: `AttributeError: __spec__` on `./manage.py runserver`

2019-02-27 Thread Django
#30215: `AttributeError: __spec__` on `./manage.py runserver`
-+-
 Reporter:  Flaviu Tamas |Owner:  Florian
 |  Moussous
 Type:  Bug  |   Status:  closed
Component:  Core (Management |  Version:  2.2
  commands)  |
 Severity:  Release blocker  |   Resolution:  fixed
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-
Changes (by Tim Graham ):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"4dac17ac93d0fa48ffb806a6cb142c54cc09e8f1" 4dac17ac]:
 {{{
 #!CommitTicketReference repository=""
 revision="4dac17ac93d0fa48ffb806a6cb142c54cc09e8f1"
 [2.2.x] Fixed #30215 -- Fixed autoreloader crash for modules without
 __spec__.

 Regression in c8720e7696ca41f3262d5369365cc1bd72a216ca.
 Backport of 99cfb28e995388db109e2f2ed15307f09945dda8 from master.
 }}}

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.9648a38c1405632d6e77f45e24e9a761%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #30215: `AttributeError: __spec__` on `./manage.py runserver`

2019-02-27 Thread Django
#30215: `AttributeError: __spec__` on `./manage.py runserver`
-+-
 Reporter:  Flaviu Tamas |Owner:  Florian
 |  Moussous
 Type:  Bug  |   Status:  closed
Component:  Core (Management |  Version:  2.2
  commands)  |
 Severity:  Release blocker  |   Resolution:  fixed
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-

Comment (by Tim Graham ):

 In [changeset:"99cfb28e995388db109e2f2ed15307f09945dda8" 99cfb28]:
 {{{
 #!CommitTicketReference repository=""
 revision="99cfb28e995388db109e2f2ed15307f09945dda8"
 Fixed #30215 -- Fixed autoreloader crash for modules without __spec__.

 Regression in c8720e7696ca41f3262d5369365cc1bd72a216ca.
 }}}

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.a341b0b593f4b237324984c9851b6103%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #30215: `AttributeError: __spec__` on `./manage.py runserver`

2019-02-26 Thread Django
#30215: `AttributeError: __spec__` on `./manage.py runserver`
-+-
 Reporter:  Flaviu Tamas |Owner:  Florian
 |  Moussous
 Type:  Bug  |   Status:  assigned
Component:  Core (Management |  Version:  2.2
  commands)  |
 Severity:  Release blocker  |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-

Comment (by Florian Moussous):

 Work available here: https://github.com/shiningfm/django/tree/ticket_30215
 PR submitted: https://github.com/django/django/pull/11029

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.3336be4f656bb97f215fe7cd962d6d3d%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #30215: `AttributeError: __spec__` on `./manage.py runserver`

2019-02-26 Thread Django
#30215: `AttributeError: __spec__` on `./manage.py runserver`
-+-
 Reporter:  Flaviu Tamas |Owner:  Florian
 |  Moussous
 Type:  Bug  |   Status:  assigned
Component:  Core (Management |  Version:  2.2
  commands)  |
 Severity:  Release blocker  |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-
Changes (by Florian Moussous):

 * status:  new => assigned
 * owner:  (none) => Florian Moussous


Comment:

 Thanks ^^

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.44d299da9ca722b7ec68a6a52be80f23%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #30215: `AttributeError: __spec__` on `./manage.py runserver`

2019-02-26 Thread Django
#30215: `AttributeError: __spec__` on `./manage.py runserver`
-+-
 Reporter:  Flaviu Tamas |Owner:  (none)
 Type:  Bug  |   Status:  new
Component:  Core (Management |  Version:  2.2
  commands)  |
 Severity:  Release blocker  |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-

Comment (by approdriguez):

 Feel free then :)

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.4296ea65967ff8d12b98834ec706b56f%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #30215: `AttributeError: __spec__` on `./manage.py runserver`

2019-02-26 Thread Django
#30215: `AttributeError: __spec__` on `./manage.py runserver`
-+-
 Reporter:  Flaviu Tamas |Owner:  (none)
 Type:  Bug  |   Status:  new
Component:  Core (Management |  Version:  2.2
  commands)  |
 Severity:  Release blocker  |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-
Changes (by approdriguez):

 * status:  assigned => new
 * owner:  approdriguez => (none)


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.d4763bca23d9a0e4ee5cc12e8a2b9f6a%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #30215: `AttributeError: __spec__` on `./manage.py runserver`

2019-02-26 Thread Django
#30215: `AttributeError: __spec__` on `./manage.py runserver`
-+-
 Reporter:  Flaviu Tamas |Owner:
 |  approdriguez
 Type:  Bug  |   Status:  assigned
Component:  Core (Management |  Version:  2.2
  commands)  |
 Severity:  Release blocker  |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-

Comment (by Florian Moussous):

 Actually I was wondering if someone already posted a patch somewhere
 because the checkbox "Has patch" is checked... So I did not send the PR
 yet because I don't want to cause a mess ^^
 But if the problem still needs fixing, I'd be glad to do so: I've already
 written the patch and the test to go with it.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.9e1574549661cbeda334e9c2d3759599%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #30215: `AttributeError: __spec__` on `./manage.py runserver`

2019-02-26 Thread Django
#30215: `AttributeError: __spec__` on `./manage.py runserver`
-+-
 Reporter:  Flaviu Tamas |Owner:
 |  approdriguez
 Type:  Bug  |   Status:  assigned
Component:  Core (Management |  Version:  2.2
  commands)  |
 Severity:  Release blocker  |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-
Changes (by approdriguez):

 * status:  new => assigned
 * owner:  nobody => approdriguez


Comment:

 Wops sorry, I did not see the comment, do you still want the issue or can
 I do it? @Florian Moussous

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.53a194373aec58df8838e7c5a27aa677%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #30215: `AttributeError: __spec__` on `./manage.py runserver`

2019-02-26 Thread Django
#30215: `AttributeError: __spec__` on `./manage.py runserver`
-+-
 Reporter:  Flaviu Tamas |Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  Core (Management |  Version:  2.2
  commands)  |
 Severity:  Release blocker  |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-

Comment (by Flaviu Tamas):

 I should have done a better job presenting a reproducible case.

 1. {{{pip install django==2.2b py}}}
 2. {{{django-admin startproject mysite}}}
 3. Add {{{import py}}} to the top of {{{mysite/mysite/urls.py}}}
 4. {{{./manage.py runserver}}} and the error will show up.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.2c5a9cf74bd8fe69619b4dff35f645d8%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #30215: `AttributeError: __spec__` on `./manage.py runserver`

2019-02-26 Thread Django
#30215: `AttributeError: __spec__` on `./manage.py runserver`
-+-
 Reporter:  Flaviu Tamas |Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  Core (Management |  Version:  2.2
  commands)  |
 Severity:  Release blocker  |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-
Changes (by Florian Moussous):

 * cc: Florian Moussous (added)


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.95916628fb7d5beb9e93592805342ffe%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #30215: `AttributeError: __spec__` on `./manage.py runserver`

2019-02-26 Thread Django
#30215: `AttributeError: __spec__` on `./manage.py runserver`
-+-
 Reporter:  flaviut  |Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  Core (Management |  Version:  2.2
  commands)  |
 Severity:  Release blocker  |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-

Comment (by shiningfm):

 Hello
 Just for my information, I'm new to contributing (never submitted a patch
 yet), and I'm trying to reproduce the bug, just to learn how it works, but
 I can't.
 I checked out the tag 2.2b1, installed requirements in a virtualenv,
 started a new project, and fired ./manage runserver
 What other steps can I take to reproduce the bug?
 (sorry if this not the right place to discuss it)

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.725bf45a1573236c794c81ae77b4d121%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #30215: `AttributeError: __spec__` on `./manage.py runserver`

2019-02-25 Thread Django
#30215: `AttributeError: __spec__` on `./manage.py runserver`
-+-
 Reporter:  flaviut  |Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  Core (Management |  Version:  2.2
  commands)  |
 Severity:  Release blocker  |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-
Changes (by Simon Charette):

 * severity:  Normal => Release blocker
 * stage:  Unreviewed => Accepted


Comment:

 As you've reported `getattr(module, '__spec__', None) is None` should do.

 Are you interested in submitting a Github PR to address the issue?

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.bf3828b57cd984845cbf2cefa2075aa8%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #30215: `AttributeError: __spec__` on `./manage.py runserver`

2019-02-25 Thread Django
#30215: `AttributeError: __spec__` on `./manage.py runserver`
-+-
 Reporter:  flaviut  |Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  Core (Management |  Version:  2.2
  commands)  |
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:
 |  Unreviewed
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-

Comment (by flaviut):

 (fyi I'm on 2.2b1)

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.95a3174a1b566df841f86d048454461d%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.