1424
1431
question = question_target.createQuestionFromBug(self)
1425
1432
self.addChange(BugConvertedToQuestion(UTC_NOW, person, question))
1426
1433
get_property_cache(self)._question_from_bug = question
1428
1435
notify(BugBecameQuestionEvent(self, question, person))